This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I've a Zmerge script which creates a text file from a database view.
I want to add a header which should include the number of records in the file. I've included the line /OUT_HEADER="<Header> \r\n" ]
which will just add a string as a header but i want to display the record count as well. Please help!!!
The code goes here
/JOB_ID="TEST" ]
[ /EXPORT ]
[ /OUT_HEADER="<Header> \r\n" ]